home *** CD-ROM | disk | FTP | other *** search
- package com.ibm.ivb.dgraph;
-
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
- import javax.swing.JButton;
-
- class GraphPanel$CommandHandler implements ActionListener {
- // $FF: synthetic field
- private final GraphPanel this$0;
-
- public void actionPerformed(ActionEvent var1) {
- Object var2 = ((EventObject)var1).getSource();
- if (var2 instanceof JButton) {
- JButton var3 = (JButton)var2;
- if (var3 == GraphPanel.access$1(this.this$0)) {
- this.this$0.zoomIn();
- return;
- }
-
- if (var3 == GraphPanel.access$3(this.this$0)) {
- this.this$0.zoomOut();
- }
- }
-
- }
-
- GraphPanel$CommandHandler(GraphPanel var1) {
- this.this$0 = var1;
- this.this$0 = var1;
- }
- }
-